string letter = (new[] {"a","b","c"}).AnyOne(); // or specifying the data type: string letter = (new string[] {"a","b","c"}).AnyOne();